home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cpp_libs / sos3-2.lha / src / cci / cci_err.c next >
C/C++ Source or Header  |  1992-01-23  |  2KB  |  32 lines

  1. /* --------------------------------------------------------------------------
  2.  * Copyright 1992 by Forschungszentrum Informatik (FZI)
  3.  *
  4.  * You can use and distribute this software under the terms of the licence
  5.  * you should have received along with this program.
  6.  * If not or if you want additional information, write to
  7.  * Forschungszentrum Informatik, "STONE", Haid-und-Neu-Strasse 10-14,
  8.  * D-7500 Karlsruhe 1, Germany.
  9.  * --------------------------------------------------------------------------
  10.  */
  11. #include "cci_err.h"
  12.  
  13. const err_msg err_CCI_INC_LOAD_FAILED="incremental load failed";
  14. const err_msg err_CCI_INC_LOAD_NOT_IMPL="incremental load not implemented";
  15. const err_msg err_CCI_INVALID_MAKE="invalid make";
  16. const err_msg err_CCI_INVALID_METHOD="invalid method";
  17. const err_msg err_CCI_LINK_FAILED="incremental load: ln failed";
  18. const err_msg err_CCI_LOAD_FAILED="incremental load: ld failed";
  19. const err_msg err_CCI_MKEXEC_FAILED="incremental load: failure in making code executable";
  20. const err_msg err_CCI_MOVE_FAILED="incremental load: mv failed";
  21. const err_msg err_CCI_NOT_INITIALIZED="incremental load: SOS not initialized";
  22. const err_msg err_CCI_OPEN_FAILED="incremental load: open failed";
  23. const err_msg err_CCI_READ_FAILED="incremental load: read failed";
  24. const err_msg err_CCI_READ_HEADER_FAILED="incremental load: read header failed";
  25. const err_msg err_CCI_SEEK_FAILED="incremental load: seek failed";
  26. const err_msg err_CCI_UNKNOWN_SCHEMA="unknown schema in dependency list";
  27. const err_msg err_CCI_WRITE_FAILED="incremental load: write failed";
  28. const err_msg err_CCI_WRONG_INIT="SOSINCLOAD usage: +|- <linker> <startup_module> <stdlibs>...";
  29.  
  30. const err_msg err_SIL_NO_SCHEMA="no such schema";
  31. const err_msg err_SIL_USAGE="usage: sil <schema> [-a <file>...] [-p] [-l] [-r]";
  32.